Skip to content

feat: add /risk skill — risk register with likelihood x impact scoring#156

Open
HMAKT99 wants to merge 1 commit intogarrytan:mainfrom
HMAKT99:arun/risk-skill
Open

feat: add /risk skill — risk register with likelihood x impact scoring#156
HMAKT99 wants to merge 1 commit intogarrytan:mainfrom
HMAKT99:arun/risk-skill

Conversation

@HMAKT99
Copy link

@HMAKT99 HMAKT99 commented Mar 18, 2026

"This is risky" is useless. "Risk score 16: Likely × Major" is actionable.

Every codebase has naked risks — single points of failure, bus factor of 1 on critical systems, technical debt compounding monthly, scalability cliffs nobody's tested. The problem isn't that risks exist. It's that nobody quantifies them.

What /risk does

You:   /risk

Claude: RISK REGISTER
        Score  Category       Risk                          Status
         20    Security       No rate limiting on auth API   Unmitigated
         16    SPOF           Payment service bus factor=1   Partial
         15    Scalability    N+1 on dashboard query         Unmitigated
         12    Compliance     PII in application logs        Unmitigated

        HEAT MAP
                        IMPACT
                        1    2    3    4    5
        LIKELIHOOD  5        —    —    ■    —
                    4        —    ■■   ■    —
                    3        ■    ■■   ■■   —
                    2        —    ■    —    —

        Red zone (15-25): 2 risks — immediate action required

Likelihood × impact scoring across 7 categories. Heat map visualization. Top 5 mitigations with effort estimates. Tracks risk posture over time.

Only .tmpl committed — bun run gen:skill-docs generates the rest.

Test plan

  • .tmpl follows template pipeline
  • Registered in gen-skill-docs.ts, skill-check.ts, test files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant